-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added paddle.tensor.math.exp #15465
Closed
Closed
added paddle.tensor.math.exp #15465
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fixes to dtype wrappers * fix --------- Co-authored-by: Rishabh Kumar <[email protected]>
) * Add Discrete Fourier Transform functions to Numpy Frontend #1532 rfft #14406 * Delete layers.py * resolve conflict * Add Discrete Fourier Transform functions to Numpy Frontend after conflict resolve * new line add * resolve the conflict * solve mistakes * solve problems * resolve errors * Removed a modified file from pull request * update files to remove error * new line add * Remove conflict * update files to remove error * new line add * Remove conflict * resolve the conflict * solve mistakes * test_discrete_fourier_transform.py revised * Solving conflicts * Solve conflict after merging * change the dtype to numeric * adding dft function * making new changes * fix the function spelling * dtypes changed to real_and_complex * remove * * Files revised * changes done * apply changes * made changes * add changes * apply changes * apply changes * apply changes * make test include complex dtypes * removed nteger_to_float * more comprehensive norm testing * Made test rigorous * dft onsided=True need real input * test passed * added complex dtype to testing Tests still passed, just more rigorous testing --------- Co-authored-by: Ookamice <[email protected]>
Co-authored-by: hirwa-nshuti <[email protected]>
This partially solves the diagflat failing tests for the numpy frontend still exploring the issue with the numpy backend and unit tests for diagflat function
* Update test_jax_src_tree_util.py * Update test_jax_src_tree_util.py
…gonal index previously and specified several unsupported types for paddle backend eye function
…and updated the tests
…ements in an array because x.size does not work with torch
* fixes to dtype wrappers * fix * fixed dtype casting modes by adding support for containers --------- Co-authored-by: Rishabh Kumar <[email protected]>
* added dictionary update to init files * experiments * lint changes * lint changes --------- Co-authored-by: Rishabh Kumar <[email protected]>
…ape, dtype mismatch and unsupported types. Extend the test to all numeric types
Added data_format parameter to batch_norm and instance_norm
Temporarily commented on the value test for lstsq unit test because the composition implementation is mathematically unstable and gives distinct results. will update once we have a stable version of this function on the API
…rt or deprecations to any dtypes as seen in https://github.com/google/jax/blob/main/CHANGELOG.md
…added or deprecated in the framework as seen in the release notes https://numpy.org/doc/stable/release/1.24.0-notes.html
…ersion (2.12.0) for tensorflow backend as no dtype has been added or removed on framework level. Check release note https://github.com/tensorflow/tensorflow/releases
…on of 2.0.1 as no new dtype has been supported or removed support foron framework level. Check release notes https://github.com/pytorch/pytorch/releases
…r in any of the native backends ito dtype support
Co-authored by: nassimberrada
* Resetted the branch & Re-added the code * Update devicearray.py * Update test_jax_devicearray.py --------- Co-authored-by: Fayad-Alman <[email protected]>
Hi @baberabb, thank you for your contribution. Functionality wise everything looks good to me! 😀 Thanks a lot! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
close #15458